home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-04-30 | 1.8 KB | 69 lines | [TEXT/MPS ] |
- #
- # File: Makefile.SampleModules.PPC
- #
- # Contains: Makefile for the Module Samples
- #
- # Copyright: © 1993-1995 by Apple Computer, Inc., all rights reserved.
- #
- #
-
- COptions = {MyPreCOptions} -notOnce -proto strict -sym off -opt size -shared_lib_export on -export_list "{Tempfolder}"Temp.out {MyCOptions}
-
- StdCIncludes = -i "{OTIncludes}" -i "{OTModIncludes}" -i "{CIncludes}"
-
- .c.o ƒ .c
- MrC {DepDir}{Default}.c -o {Targ} {COptions} {StdCIncludes}
-
- all ƒ "OTSampleModuleLib" EchoModule.xc FilterModule.xc
-
- EchoModule.xc ƒ EchoModule.c.o
- PPCLink -xm SharedLibrary -export GetOTInstallInfo,InitStreamModule ∂
- -outputformat xcoff -share global ∂
- -o {Targ} ∂
- EchoModule.c.o ∂
- "{OTLibs}"OpenTptModuleLib
-
- EchoModule.pef ƒ EchoModule.c.o
- PPCLink -xm SharedLibrary -export GetOTInstallInfo,InitStreamModule ∂
- -outputformat pef -share global ∂
- -o {Targ} ∂
- EchoModule.c.o ∂
- "{OTLibs}"OpenTptModuleLib
-
-
- EchoModuleLib ƒƒ EchoModule.pef
- Rez -d LIB_NAME=∂"OTModl$SmplEcho∂" -c otan -t shlb ∂
- -s ":" ∂
- -o {Targ} ∂
- StdCFMLib.r
-
- EchoModuleLib ƒƒ EchoModule.pef
- Duplicate -d -y EchoModule.pef {Targ}
-
- FilterModule.xc ƒ FilterModule.c.o
- PPCLink -xm SharedLibrary -export GetOTInstallInfo,InitStreamModule ∂
- -outputformat xcoff -share global ∂
- -o {Targ} ∂
- FilterModule.c.o ∂
- "{OTLibs}"OpenTptModuleLib
-
- FilterModule.pef ƒ FilterModule.c.o
- PPCLink -xm SharedLibrary -export GetOTInstallInfo,InitStreamModule ∂
- -outputformat pef -share global ∂
- -o {Targ} ∂
- FilterModule.c.o ∂
- "{OTLibs}"OpenTptModuleLib
-
- FilterModuleLib ƒƒ FilterModule.pef
- Rez -d LIB_NAME=∂"OTModl$SmplFilter∂" -c otan -t shlb ∂
- -s ":" ∂
- -o {Targ} ∂
- StdCFMLib.r
-
- FilterModuleLib ƒƒ FilterModule.pef
- Duplicate -d -y FilterModule.pef {Targ}
-
- OTSampleModuleLib ƒ FilterModuleLib EchoModuleLib
- MergeFragment FilterModuleLib EchoModuleLib {Targ}; ∂
- SetFile -c 'otan' {Targ}
-